home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- **
- ** Module: Error_Lib.h
- **
- **
- ** Purpose:
- **
- **
- ** Copyright (C) 1992, 1995 Apple Computer, Inc. All rights reserved.
- **
- **
- *****************************************************************************/
- #ifndef Error_MesgLib_h
- #define Error_MesgLib_h
-
- #if PRAGMA_ONCE
- #pragma once
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
-
- char *getErrorString(
- long errorID);
-
- char *getWarningString(
- long errorID);
-
- char *getNoticeString(
- long errorID);
-
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
-
- #endif /* Error_MesgLib_h */
-